home *** CD-ROM | disk | FTP | other *** search
/ ...taking it to the Macs! / ...taking it to the Macs!.iso / Extras / ActiveX Mac SDK / ActiveX SDK / Control Common / DllEntry.h < prev    next >
Text File  |  1996-10-25  |  249b  |  17 lines

  1. #ifndef __DLLENTRY__
  2. #define    __DLLENTRY__
  3.  
  4. #ifdef __cplusplus
  5. extern "C" {
  6. #endif
  7.  
  8. short                GetDllResRefNum(void);
  9. ResourceMapHandle    GetDllTopMapHdl(void);
  10. unsigned long        DLLAddRef();
  11. unsigned long        DLLRelease();
  12.  
  13. #ifdef __cplusplus
  14. }
  15. #endif
  16.  
  17. #endif